Get a String on the Left
Command Prototype
sRet = Left(sText,iSize)
Command Description
Get a String on the Left
Parameter Description
- Required Parameter
- sText--The string to operate
- iSize--The length of string (in unit) to get
- return
- sRet--The variable used to save the output of the function call